Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds support for combining manual and autotagging #10

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

AnthonyDiSanti
Copy link

  • Changes logic for inferring AdWords parameters to only fill empty
    parameters and not overwrite any values with blanks
  • Changes double quotes to single quotes

* Changes logic for inferring AdWords parameters to only fill empty
  parameters and not overwrite any values with blanks
* Changes double quotes to single quotes
@AnthonyDiSanti
Copy link
Author

I was finding that my manually tagged campaign names weren't coming through for AdWords campaigns. It turns out that they were being overwritten by the logic for handling autotagging, which appears to have been written with the assumption that manual and auto-tagging would not be used together.

Combining both forms of tagging is something I find to be pretty common and happened to be the case for this client. There's no advantage to the former logic over this updated approach, so I think it should be good to go for a merge. Please let me know if you have any concerns.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant